Package com.cisco.pt.ipc.sim.pdu
Interface PagpFrame
- All Known Implementing Classes:
PagpFrameImpl
-
Method Summary
Modifier and TypeMethodDescriptionintintintgetMode()intintintvoidsetDeviceName(String deviceName) voidsetLocalDevId(MACAddress localDevId) voidsetLocalGroupCapability(int localGroupCapability) voidsetLocalGroupIndex(int localGroupIndex) voidsetLocalLearnCapability(Byte localLearnCapability) voidsetLocalPortIndex(int localPortIndex) voidsetLocalPriority(Byte localPriority) voidsetMode(EthChannelMode mode) voidsetPartnetCount(Byte partnetCount) voidsetPartnetDevId(MACAddress partnetDevId) voidsetPartnetGroupCapability(int partnetGroupCapability) voidsetPartnetGroupIndex(int partnetGroupIndex) voidsetPartnetLearnCapability(Byte partnetLearnCapability) voidsetPartnetPortIndex(int partnetPortIndex) voidsetPartnetPriority(Byte partnetPriority) voidsetPortName(String portName) voidsetVersion(Byte version) Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getVersion
Byte getVersion()- Returns:
- Byte Returns a Byte
-
setVersion
- Parameters:
version- Takes in a parameter of version
-
getMode
EthChannelMode getMode()- Returns:
- EthChannelMode Returns a EthChannelMode
-
setMode
- Parameters:
mode- Takes in a parameter of mode
-
getLocalDevId
MACAddress getLocalDevId()- Returns:
- MACAddress Returns a MACAddress
-
setLocalDevId
- Parameters:
localDevId- Takes in a parameter of localDevId
-
getLocalLearnCapability
Byte getLocalLearnCapability()- Returns:
- Byte Returns a Byte
-
setLocalLearnCapability
- Parameters:
localLearnCapability- Takes in a parameter of localLearnCapability
-
getLocalPriority
Byte getLocalPriority()- Returns:
- Byte Returns a Byte
-
setLocalPriority
- Parameters:
localPriority- Takes in a parameter of localPriority
-
getLocalPortIndex
int getLocalPortIndex()- Returns:
- int Returns a int
-
setLocalPortIndex
void setLocalPortIndex(int localPortIndex) - Parameters:
localPortIndex- Takes in a parameter of localPortIndex
-
getLocalGroupCapability
int getLocalGroupCapability()- Returns:
- int Returns a int
-
setLocalGroupCapability
void setLocalGroupCapability(int localGroupCapability) - Parameters:
localGroupCapability- Takes in a parameter of localGroupCapability
-
getLocalGroupIndex
int getLocalGroupIndex()- Returns:
- int Returns a int
-
setLocalGroupIndex
void setLocalGroupIndex(int localGroupIndex) - Parameters:
localGroupIndex- Takes in a parameter of localGroupIndex
-
getPartnetDevId
MACAddress getPartnetDevId()- Returns:
- MACAddress Returns a MACAddress
-
setPartnetDevId
- Parameters:
partnetDevId- Takes in a parameter of partnetDevId
-
getPartnetLearnCapability
Byte getPartnetLearnCapability()- Returns:
- Byte Returns a Byte
-
setPartnetLearnCapability
- Parameters:
partnetLearnCapability- Takes in a parameter of partnetLearnCapability
-
getPartnetPriority
Byte getPartnetPriority()- Returns:
- Byte Returns a Byte
-
setPartnetPriority
- Parameters:
partnetPriority- Takes in a parameter of partnetPriority
-
getPartnetPortIndex
int getPartnetPortIndex()- Returns:
- int Returns a int
-
setPartnetPortIndex
void setPartnetPortIndex(int partnetPortIndex) - Parameters:
partnetPortIndex- Takes in a parameter of partnetPortIndex
-
getPartnetGroupCapability
int getPartnetGroupCapability()- Returns:
- int Returns a int
-
setPartnetGroupCapability
void setPartnetGroupCapability(int partnetGroupCapability) - Parameters:
partnetGroupCapability- Takes in a parameter of partnetGroupCapability
-
getPartnetGroupIndex
int getPartnetGroupIndex()- Returns:
- int Returns a int
-
setPartnetGroupIndex
void setPartnetGroupIndex(int partnetGroupIndex) - Parameters:
partnetGroupIndex- Takes in a parameter of partnetGroupIndex
-
getPartnetCount
Byte getPartnetCount()- Returns:
- Byte Returns a Byte
-
setPartnetCount
- Parameters:
partnetCount- Takes in a parameter of partnetCount
-
getDeviceName
String getDeviceName()- Returns:
- String Returns a String
-
setDeviceName
- Parameters:
deviceName- Takes in a parameter of deviceName
-
getPortName
String getPortName()- Returns:
- String Returns a String
-
setPortName
- Parameters:
portName- Takes in a parameter of portName
-